﻿2026-07-22T16:45:02.0409608Z ##[group]Run actions/checkout@v5
2026-07-22T16:45:02.0410356Z with:
2026-07-22T16:45:02.0410699Z   fetch-depth: 0
2026-07-22T16:45:02.0411089Z   repository: BigscreenVR/spt-bs-core
2026-07-22T16:45:02.0413804Z   token: ***
2026-07-22T16:45:02.0414148Z   ssh-strict: true
2026-07-22T16:45:02.0414495Z   ssh-user: git
2026-07-22T16:45:02.0414877Z   persist-credentials: true
2026-07-22T16:45:02.0415259Z   clean: true
2026-07-22T16:45:02.0415608Z   sparse-checkout-cone-mode: true
2026-07-22T16:45:02.0416030Z   fetch-tags: false
2026-07-22T16:45:02.0416385Z   show-progress: true
2026-07-22T16:45:02.0416737Z   lfs: false
2026-07-22T16:45:02.0417057Z   submodules: false
2026-07-22T16:45:02.0417415Z   set-safe-directory: true
2026-07-22T16:45:02.0417816Z   allow-unsafe-pr-checkout: false
2026-07-22T16:45:02.0418417Z ##[endgroup]
2026-07-22T16:45:02.1196151Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T16:45:02.1197694Z ##[group]Getting Git version info
2026-07-22T16:45:02.1198351Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T16:45:02.1199838Z [command]/usr/bin/git version
2026-07-22T16:45:02.1200397Z git version 2.43.0
2026-07-22T16:45:02.1202845Z ##[endgroup]
2026-07-22T16:45:02.1212970Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/096da458-3744-4a0b-a74c-d2e5a085229e' before making global git config changes
2026-07-22T16:45:02.1214295Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T16:45:02.1215833Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T16:45:02.1248150Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T16:45:02.1266838Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T16:45:02.1276502Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T16:45:02.1278919Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T16:45:02.1300785Z refs/heads/main
2026-07-22T16:45:02.1308030Z [command]/usr/bin/git checkout --detach
2026-07-22T16:45:02.1472542Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T16:45:02.1509998Z [command]/usr/bin/git branch --delete --force main
2026-07-22T16:45:02.1539036Z Deleted branch main (was db069619).
2026-07-22T16:45:02.1892628Z ##[endgroup]
2026-07-22T16:45:02.1895959Z [command]/usr/bin/git submodule status
2026-07-22T16:45:02.2087863Z ##[group]Cleaning the repository
2026-07-22T16:45:02.2092117Z [command]/usr/bin/git clean -ffdx
2026-07-22T16:45:06.0525645Z Removing .adapter-notify/
2026-07-22T16:45:06.0526305Z Removing target/
2026-07-22T16:45:06.0536530Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T16:45:06.0791963Z HEAD is now at db069619 triage(daemon-lifecycle): v0.39.4 field bug 3 ROOT PINNED — rc console mode drops DISABLE_NEWLINE_AUTO_RETURN (KH 7.56 + REQ-RC-NEWLINE-PRESENTATION-TRUTH)
2026-07-22T16:45:06.0796206Z ##[endgroup]
2026-07-22T16:45:06.0797953Z ##[group]Disabling automatic garbage collection
2026-07-22T16:45:06.0801708Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T16:45:06.0826700Z ##[endgroup]
2026-07-22T16:45:06.0827248Z ##[group]Setting up auth
2026-07-22T16:45:06.0832171Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T16:45:06.0858216Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T16:45:06.1043398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T16:45:06.1066893Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T16:45:06.1252955Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T16:45:06.1281735Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T16:45:06.1473687Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T16:45:06.1503378Z ##[endgroup]
2026-07-22T16:45:06.1503889Z ##[group]Fetching the repository
2026-07-22T16:45:06.1515160Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-22T16:45:06.9924331Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T16:45:06.9972323Z  * [new branch]        build/daemon-lifecycle-w3 -> origin/build/daemon-lifecycle-w3
2026-07-22T16:45:06.9978449Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-22T16:45:07.0015227Z   origin/main
2026-07-22T16:45:07.0022106Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-22T16:45:07.0041085Z db069619c97ef9343a557afedce91a345b1f4944
2026-07-22T16:45:07.0045415Z ##[endgroup]
2026-07-22T16:45:07.0046028Z ##[group]Determining the checkout info
2026-07-22T16:45:07.0046573Z ##[endgroup]
2026-07-22T16:45:07.0049026Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T16:45:07.0088316Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T16:45:07.0111375Z ##[group]Checking out the ref
2026-07-22T16:45:07.0113843Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T16:45:07.0162826Z Switched to a new branch 'main'
2026-07-22T16:45:07.0163604Z branch 'main' set up to track 'origin/main'.
2026-07-22T16:45:07.0167764Z ##[endgroup]
2026-07-22T16:45:07.0201868Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T16:45:07.0225060Z db069619c97ef9343a557afedce91a345b1f4944
